- GError
alias GError = _GError
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_clear_error
alias da_g_clear_error = void function(GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_copy
alias da_g_error_copy = GError* function(const(GError)* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_free
alias da_g_error_free = void function(GError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_matches
alias da_g_error_matches = gboolean function(const(GError)* error, GQuark domain, gint code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_new
alias da_g_error_new = GError* function(GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_new_literal
alias da_g_error_new_literal = GError* function(GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_error_new_valist
alias da_g_error_new_valist = GError* function(GQuark domain, gint code, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_prefix_error
alias da_g_prefix_error = void function(GError** err, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_propagate_error
alias da_g_propagate_error = void function(GError** dest, GError* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_propagate_prefixed_error
alias da_g_propagate_prefixed_error = void function(GError** dest, GError* src, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_set_error
alias da_g_set_error = void function(GError** err, GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_set_error_literal
alias da_g_set_error_literal = void function(GError** err, GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_clear_error
void g_clear_error(GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_copy
GError* g_error_copy(const(GError)* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_free
void g_error_free(GError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_matches
gboolean g_error_matches(const(GError)* error, GQuark domain, gint code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new
GError* g_error_new(GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new_literal
GError* g_error_new_literal(GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new_valist
GError* g_error_new_valist(GQuark domain, gint code, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_prefix_error
void g_prefix_error(GError** err, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_propagate_error
void g_propagate_error(GError** dest, GError* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_propagate_prefixed_error
void g_propagate_prefixed_error(GError** dest, GError* src, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_error
void g_set_error(GError** err, GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_error_literal
void g_set_error_literal(GError** err, GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_clear_error
da_g_clear_error g_clear_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_copy
da_g_error_copy g_error_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_free
da_g_error_free g_error_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_matches
da_g_error_matches g_error_matches;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new
da_g_error_new g_error_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new_literal
da_g_error_new_literal g_error_new_literal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_error_new_valist
da_g_error_new_valist g_error_new_valist;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_prefix_error
da_g_prefix_error g_prefix_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_propagate_error
da_g_propagate_error g_propagate_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_propagate_prefixed_error
da_g_propagate_prefixed_error g_propagate_prefixed_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_error
da_g_set_error g_set_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_error_literal
da_g_set_error_literal g_set_error_literal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.